+2005-07-06 Matthias Clasen <mclasen@redhat.com>
+
+ * gdk/tmpl/general.sgml: Point to GdkEventGrabBroken
+ from the gdk_pointer_grab and gdk_keyboard_grab docs.
+
2005-07-05 Matthias Clasen <mclasen@redhat.com>
* gtk/building.sgml: Document Cairo as a
It is equivalent to a pointer grab on the window with @owner_events set to
%TRUE.
</para>
+<para>
+If you set up anything at the time you take the grab that needs to be cleaned
+up when the grab ends, you should handle the #GdkEventGrabBroken events that
+are emitted when the grab ends unvoluntarily.
+</para>
@window: the #GdkWindow which will own the grab (the grab window).
@owner_events: if %FALSE then all pointer events are reported with respect to
application until the keyboard is ungrabbed with gdk_keyboard_ungrab().
This overrides any previous keyboard grab by this client.
</para>
+<para>
+If you set up anything at the time you take the grab that needs to be cleaned
+up when the grab ends, you should handle the #GdkEventGrabBroken events that
+are emitted when the grab ends unvoluntarily.
+</para>
@window: the #GdkWindow which will own the grab (the grab window).
@owner_events: if %FALSE then all keyboard events are reported with respect to